Skip to content

openmetadata - secret checksum annotation for pod restarts#425

Open
robertdyr wants to merge 2 commits intoopen-metadata:mainfrom
robertdyr:secret-checksum-annotation
Open

openmetadata - secret checksum annotation for pod restarts#425
robertdyr wants to merge 2 commits intoopen-metadata:mainfrom
robertdyr:secret-checksum-annotation

Conversation

@robertdyr
Copy link

What this PR does / why we need it :

Extracted Secrets into their own files to allow for checksum on files.
Added checksums to pods accordingly.
This is done to force a restart of pods if the secrets/config-maps holding their configuration changes.
Without this change, changes to the config have no effect unless pods are manually restarted, or the chart is reinstalled.

Fixes #424

Type of change :

  • [] Bug fix
  • Improvement
  • New feature
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • [x ] Chart Version bumped
  • [ x] Variables are documented in the README.md
  • [x ] Title of the PR starts with chart name
  • My code follows the style guidelines of this project
  • [ x] I have performed a self-review of my code
  • [ x] I have commented my code, particularly in hard-to-understand areas
  • [ x] I have made corresponding changes to the documentation
  • All new and existing tests passed.

Reviewers

@akash-jain-10

Copy link
Collaborator

@akash-jain-10 akash-jain-10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @robertdyr for the contribution. Added a couple of review comments to take care of! Will merge this in and get it available in the next release cycle 👍🏼

@robertdyr robertdyr force-pushed the secret-checksum-annotation branch from ce9c082 to a08a590 Compare February 8, 2026 20:54
@robertdyr
Copy link
Author

@akash-jain-10 i synced the secret update in the omd secret and the hotfix into the individual secret. please approve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenMetadata Chart: Config Changes do not cause a restart of pods

2 participants